Computer Science for IGCSE & O level - Programming (Section 13 - No. 29)
What does the 'a' mode stand for when opening a file?
Read mode
Write mode
Append mode
Create mode
Explicació
'a' is short for append mode, which opens the file and allows adding new content to the end of the file.
